home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200412-16.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  75 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200412-16.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(16003);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200412-16");
  17.  script_cve_id("CAN-2004-1171", "CAN-2004-1158");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200412-16
  20. (kdelibs, kdebase: Multiple vulnerabilities)
  21.  
  22.  
  23.     Daniel Fabian discovered that the KDE core libraries contain a
  24.     flaw allowing password disclosure by making a link to a remote file.
  25.     When creating this link, the resulting URL contains authentication
  26.     credentials used to access the remote file (CAN 2004-1171).
  27.     The Konqueror webbrowser allows websites to load webpages into a window
  28.     or tab currently used by another website (CAN-2004-1158).
  29.   
  30. Impact
  31.  
  32.     A malicious user could have access to the authentication
  33.     credentials of other users depending on the file permissions.
  34.     A malicious website could use the window injection vulnerability to
  35.     load content in a window apparently belonging to another website.
  36.   
  37. Workaround
  38.  
  39.     There is no known workaround at this time.
  40.   
  41. References:
  42.     http://www.kde.org/info/security/advisory-20041209-1.txt
  43.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1171
  44.     http://www.kde.org/info/security/advisory-20041213-1.txt
  45.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1158
  46.  
  47.  
  48. Solution: 
  49.     All kdelibs users should upgrade to the latest version:
  50.     # emerge --sync
  51.     # emerge --ask --oneshot --verbose ">=kde-base/kdelibs-3.2.3-r4"
  52.     All kdebase users should upgrade to the latest version:
  53.     # emerge --sync
  54.     # emerge --ask --oneshot --verbose ">=kde-base/kdebase-3.2.3-r3"
  55.   
  56.  
  57. Risk factor : Medium
  58. ';
  59.  script_description(english: desc);
  60.  script_copyright(english: "(C) 2004 Michel Arboi");
  61.  script_name(english: "[GLSA-200412-16] kdelibs, kdebase: Multiple vulnerabilities");
  62.  script_category(ACT_GATHER_INFO);
  63.  script_family(english: "Gentoo Local Security Checks");
  64.  script_dependencies("ssh_get_info.nasl");
  65.  script_require_keys('Host/Gentoo/qpkg-list');
  66.  script_summary(english: 'kdelibs, kdebase: Multiple vulnerabilities');
  67.  exit(0);
  68. }
  69.  
  70. include('qpkg.inc');
  71. if (qpkg_check(package: "kde-base/kdebase", unaffected: make_list("rge 3.2.3-r3", "rge 3.3.1-r2"), vulnerable: make_list("lt 3.3.2-r1")
  72. )) { security_warning(0); exit(0); }
  73. if (qpkg_check(package: "kde-base/kdelibs", unaffected: make_list("rge 3.2.3-r4", "rge 3.3.1-r2", "ge 3.3.2-r1"), vulnerable: make_list("lt 3.3.2-r1")
  74. )) { security_warning(0); exit(0); }
  75.